[INFO] cloning repository https://github.com/viktorvoltz/soroban-increment
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/viktorvoltz/soroban-increment" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fviktorvoltz%2Fsoroban-increment", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fviktorvoltz%2Fsoroban-increment'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ae7e91837cad2039111cd80efe6934fddc0dd946
[INFO] checking viktorvoltz/soroban-increment against try#d1d7143153307f561233bd4d93e2a3b24157b081 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fviktorvoltz%2Fsoroban-increment" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  55% (1984/3544)
Updating files:  56% (1985/3544)
Updating files:  57% (2021/3544)
Updating files:  58% (2056/3544)
Updating files:  59% (2091/3544)
Updating files:  59% (2095/3544)
Updating files:  60% (2127/3544)
Updating files:  61% (2162/3544)
Updating files:  62% (2198/3544)
Updating files:  63% (2233/3544)
Updating files:  64% (2269/3544)
Updating files:  65% (2304/3544)
Updating files:  66% (2340/3544)
Updating files:  67% (2375/3544)
Updating files:  68% (2410/3544)
Updating files:  69% (2446/3544)
Updating files:  70% (2481/3544)
Updating files:  71% (2517/3544)
Updating files:  72% (2552/3544)
Updating files:  73% (2588/3544)
Updating files:  74% (2623/3544)
Updating files:  75% (2658/3544)
Updating files:  76% (2694/3544)
Updating files:  76% (2695/3544)
Updating files:  77% (2729/3544)
Updating files:  78% (2765/3544)
Updating files:  79% (2800/3544)
Updating files:  80% (2836/3544)
Updating files:  81% (2871/3544)
Updating files:  82% (2907/3544)
Updating files:  83% (2942/3544)
Updating files:  84% (2977/3544)
Updating files:  85% (3013/3544)
Updating files:  86% (3048/3544)
Updating files:  87% (3084/3544)
Updating files:  88% (3119/3544)
Updating files:  89% (3155/3544)
Updating files:  90% (3190/3544)
Updating files:  91% (3226/3544)
Updating files:  92% (3261/3544)
Updating files:  93% (3296/3544)
Updating files:  94% (3332/3544)
Updating files:  95% (3367/3544)
Updating files:  95% (3397/3544)
Updating files:  96% (3403/3544)
Updating files:  97% (3438/3544)
Updating files:  98% (3474/3544)
Updating files:  99% (3509/3544)
Updating files: 100% (3544/3544)
Updating files: 100% (3544/3544), done.
[INFO] started tweaking git repo https://github.com/viktorvoltz/soroban-increment
[INFO] finished tweaking git repo https://github.com/viktorvoltz/soroban-increment
[INFO] tweaked toml for git repo https://github.com/viktorvoltz/soroban-increment written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/viktorvoltz/soroban-increment on toolchain d1d7143153307f561233bd4d93e2a3b24157b081
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/viktorvoltz/soroban-increment already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `dev_dependencies` is deprecated in favor of `dev-dependencies` and will not work in the 2024 edition
[INFO] [stderr] (in the `soroban_project` package)
[INFO] [stderr] warning: `soroban_project` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 18c89917b184333c9cec366c5374c10046119d117d57b0471dffd5c281753071
[INFO] running `Command { std: "docker" "start" "18c89917b184333c9cec366c5374c10046119d117d57b0471dffd5c281753071", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "18c89917b184333c9cec366c5374c10046119d117d57b0471dffd5c281753071" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "18c89917b184333c9cec366c5374c10046119d117d57b0471dffd5c281753071", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "18c89917b184333c9cec366c5374c10046119d117d57b0471dffd5c281753071" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `dev_dependencies` is deprecated in favor of `dev-dependencies` and will not work in the 2024 edition
[INFO] [stderr] (in the `soroban_project` package)
[INFO] [stderr] warning: `soroban_project` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling serde v1.0.171
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling serde_json v1.0.105
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking const-oid v0.9.5
[INFO] [stderr]    Compiling thiserror v1.0.47
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]    Compiling syn v2.0.29
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking ff v0.13.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling semver v1.0.18
[INFO] [stderr]     Checking cpufeatures v0.2.9
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]     Checking indexmap-nostd v0.4.0
[INFO] [stderr]     Checking wasmi_core v0.12.0
[INFO] [stderr]     Checking wasmparser-nostd v0.100.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking gimli v0.27.3
[INFO] [stderr]     Checking smallvec v1.11.0
[INFO] [stderr]    Compiling prettyplease v0.2.12
[INFO] [stderr]     Checking wasmi_arena v0.4.0
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]    Compiling backtrace v0.3.68
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking intx v0.1.0
[INFO] [stderr]     Checking ed25519 v1.5.3
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling wasmparser v0.88.0
[INFO] [stderr]     Checking object v0.31.1
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking keccak v0.1.4
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]     Checking addr2line v0.20.0
[INFO] [stderr]     Checking ethnum v1.3.2
[INFO] [stderr]     Checking base32 v0.4.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ethnum-1.3.2/src/error.rs:16:14
[INFO] [stdout]    |
[INFO] [stdout] 16 |     unsafe { mem::transmute(()) }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `()` (0 bits)
[INFO] [stdout]    = note: target type: `TryFromIntError` (8 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking soroban-wasmi v0.30.0-soroban
[INFO] [stdout] For more information about this error, try `rustc --explain E0512`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ethnum` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "18c89917b184333c9cec366c5374c10046119d117d57b0471dffd5c281753071", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18c89917b184333c9cec366c5374c10046119d117d57b0471dffd5c281753071", kill_on_drop: false }`
[INFO] [stdout] 18c89917b184333c9cec366c5374c10046119d117d57b0471dffd5c281753071
